home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #5
/
Amiga Plus CD - 2000 - No. 5.iso
/
Tools
/
Misc
/
FLM
/
otherfiles
/
deutsch
/
ARexx
/
ww_take.rexx
< prev
Wrap
OS/2 REXX Batch file
|
2000-01-01
|
382b
|
15 lines
/* Dieser Script holt sich die Übersetzung von FLM und schickt Sie
an Wordworth, welches dieses Wort an die aktuelle Cursor-Position
schreibt */
Options RESULTS
Address FLM TAKEWORD
If Symbol('RESULT')='LIT' Then Exit /* Testet, ob auch wirklich ein Wort
zurückgegeben wurde.*/
TEXT RESULT /* schickt zurückgegebenes Wort an die aktuelle Cursor-Position
von Wordworth */